home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1996 #1 / Amiga Plus CD - 1996 - No. 1.iso / pd / netz / xbtx_v1.1 / font.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-18  |  2.5 KB  |  58 lines

  1. /*
  2.  * Copyright (c) 1992, 1993 Arno Augustin, Frank Hoering, University of
  3.  * Erlangen-Nuremberg, Germany.
  4.  * All rights reserved.
  5.  *
  6.  * Redistribution and use in source and binary forms, with or without
  7.  * modification, are permitted provided that the following conditions
  8.  * are met:
  9.  * 1. Redistributions of source code must retain the above copyright
  10.  *    notice, this list of conditions and the following disclaimer.
  11.  * 2. Redistributions in binary form must reproduce the above copyright
  12.  *    notice, this list of conditions and the following disclaimer in the
  13.  *    documentation and/or other materials provided with the distribution.
  14.  * 3. All advertising materials mentioning features or use of this software
  15.  *    must display the following acknowledgement:
  16.  *    This product includes software developed by the University of
  17.  *    Erlangen-Nuremberg, Germany.
  18.  * 4. Neither the name of the University nor the names of its contributors
  19.  *    may be used to endorse or promote products derived from this software
  20.  *    without specific prior written permission.
  21.  *
  22.  * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
  23.  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  24.  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO
  25.  * EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  26.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  27.  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  28.  * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  29.  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  30.  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  31.  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  32.  *
  33.  * This software has not been validated by the ``Bundesamt fuer Zulassungen in
  34.  * der Telekommunikation'' of the ``Deutsche Bundepost Telekom'' and thus
  35.  * must not be used for accessing the BTX-Network of the Telekom in Germany.
  36.  *
  37.  * Diese Software hat keine Zulassung durch das Bundesamt fuer Zulassungen in
  38.  * der Telekommunikation der Deutschen Bundespost Telekom und darf daher nicht
  39.  * am Netz der Deutschen Bundespost Telekom in Deutschland betrieben werden.
  40.  */
  41.  
  42. #define FONT_WIDTH  12
  43. #define FONT_HEIGHT 12
  44. #define MAXSTRETCH   8    /* maximaler Streckungsfaktor fuer Original Font */
  45.  
  46. #define PRIM 0
  47. #define SUP2 1
  48. #define SUPP 2
  49. #define SUP3 3
  50. #define SUP1 4
  51. #define DRCS 5
  52.  
  53. #define G0 0
  54. #define G1 1
  55. #define G2 2
  56. #define G3 3
  57. #define L  4
  58.